/* NAV */

.navbar-brand {
    height: auto !important;
    padding: 8px 15px;
}

.owl-dots {
    display: none !important;
}

.menu_rd {
    display: none;
}

.submenu.open>.menu_rd {
    display: block;
}

.dropdown-menu {
    overflow: visible;
}

.banner img {
    width: 100%;
}

.menu_top {
    position: relative;
}

.menu_top ul {
    display: flex;
    position: absolute;
    right: 12%;
    top: 20px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    background: #fff;
    border-top: 10px solid #e60012;
}

.menu_top ul li {
    list-style: none;
    padding: 0 5px;
}

.menu_top ul li img {
    transition: all .3s ease-in;
}

.navbar-nav .open>a,
.navbar-nav .open>a:hover,
.navbar-nav .open>a:focus,
.navbar-nav>li>a:hover {
    border-color: transparent;
}

.menu_top ul li img:hover {
    transform: scale(1.2);
}

.nav.navbar-nav li {
    padding: 0 3%;
    position: relative;
}

.nav.navbar-nav>li:nth-child(1)::before {
    position: absolute;
    content: '';
    display: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
}

.nav.navbar-nav li a {
    color: #000;
    font-size: 12pt;
    font-weight: bold;
}


/* about */

.intor img {
    transition: all .3s ease-in-out;
}

.intor a:hover img {
    transform: translateY(10px);
}

.about_title img {
    padding: 3% 0;
}

.container {
    width: 100%;
}

.about_title h4 {
    margin: 0;
    font-weight: bold;
    font-size: 30pt;
    color: #3e3a39;
    letter-spacing: 0.2rem;
    font-family: "微軟正黑體";
    margin-bottom: 2%;
}

.about_title span {
    font-weight: bold;
    font-size: 18pt;
    color: #e60012;
    letter-spacing: 2.2pt;
    font-family: "微軟正黑體";
}

.about {
    text-align: center;
    padding: 5% 10%;
}

.about p {
    color: #7d7674;
    font-weight: bold;
    line-height: 25pt;
    font-family: "微軟正黑體";
}

.nav.navbar-nav>li {
    position: relative;
    z-index: 11111;
}


/* content_1 */

.content_1 .row,
.content_2 .row,
.content_3 .row {
    display: flex;
}

.content_1 .col-sm-6,
.content_1 .col-sm-12,
.content_2 .col-sm-6,
.content_2 .col-sm-12,
.content_3 .col-sm-6,
.content_3 .col-sm-12 {
    padding: 0px;
}

.con_title {
    height: 100%;
    width: 100%;
    background: #c00000;
    padding: 11%;
}

.con_title h4 {
    letter-spacing: 0.2rem;
    font-size: 30pt;
    font-family: "微軟正黑體";
    font-weight: bold;
    color: #fff;
}

.con_title span {
    font-weight: bold;
    font-size: 18pt;
    color: #FFF;
    letter-spacing: 2.2pt;
    font-family: "微軟正黑體";
}

.con_txt {
    background: #c00000;
    height: 100%;
    padding-left: 10%;
    padding-top: 5%;
}

.con_txt p {
    color: #fff;
    font-weight: bold;
    font-family: "微軟正黑體";
    font-size: 13pt;
    padding-right: 20%;
}

.con_bg {
    background: url("../5033/con_1_img.png");
    background-size: cover;
    background-position: left;
}

.con_bg img,
.con_bg_2 img,
.con_bg_3 img {
    visibility: hidden;
}

.link {
    overflow: hidden;
    padding-top: 15%;
    padding-bottom: 6%;
}

.link a {
    font-family: "微軟正黑體";
    color: #c00000;
    background: #fff;
    border: 1px solid #c00000;
    padding: 5px 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 111111;
}

.link a::after {
    content: '►';
    color: #c00000;
    display: block;
    transition: all .3s ease-in-out;
    position: absolute;
    font-size: 15pt;
    top: 1px;
    left: 72%;
}

.link a:hover::after {
    content: '►';
    color: #c00000;
    display: block;
    position: absolute;
    top: 1px;
    left: 80%;
}


/* content_2 */

.con_title_R {
    color: #fff;
    height: 100%;
    width: 100%;
    background: #c00000;
    padding: 11%;
}

.con_title_R h4 {
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 30pt;
    font-family: "微軟正黑體";
    font-weight: bold;
}

.con_title_R span {
    font-weight: bold;
    font-size: 18pt;
    color: #FFF;
    letter-spacing: 2.2pt;
    font-family: "微軟正黑體";
}

.con_txt_R {
    background: #c00000;
    height: 100%;
    padding-left: 10%;
    padding-top: 5%;
}

.con_txt_R p {
    color: #fff;
    font-weight: bold;
    padding-right: 20%;
    font-family: "微軟正黑體";
    font-size: 13pt;
}

.con_bg_2 {
    background: url("../5033/1-2.jpg");
    background-size: cover;
    background-position: right;
}


/* content_3 */

.con_bg_3 {
    background: url("../5033/1-3.jpg");
    background-size: cover;
    background-position: left;
}

.content_3 .link {
    overflow: hidden;
    background-position: left;
    padding-top: 20%;
    padding-bottom: 6%;
}

.content_3 .con_txt_R {
    background: #fff7dc;
    height: 100%;
    padding-left: 10%;
    padding-top: 10%;
}


/* intor */

.intor {
    text-align: center;
    padding: 5% 0;
    margin: 0 auto;
    padding: 5% 5% 13% 5%;
}

.intor .row {
    display: flex;
    align-items: center;
}

.intor ul {
    text-align: left;
    margin-left: -10px;
    margin-bottom: 0px;
}

.intor ul li {
    color: #756e6d;
}

.intor_title h4 {
    margin-top: 2%;
    margin-bottom: 5%;
    font-weight: bold;
    font-size: 25pt;
    color: #3e3a39;
    letter-spacing: 0.2rem;
    font-family: "微軟正黑體";
}

.flex_item {
    display: flex;
}

@media (max-width: 768px) {
    .link a::after {
        content: '►';
        color: #c00000;
        display: block;
        transition: all .3s ease-in-out;
        position: absolute;
        font-size: 15pt;
        top: 1px;
        left: 80%;
    }
    .link a:hover::after {
        content: '►';
        color: #c00000;
        display: block;
        position: absolute;
        top: 1px;
        left: 80%;
    }
    .intor ul li {
        color: #756e6d;
        font-size: 14px;
    }
    .intor img {
        transition: all .3s ease-in-out;
        margin-top: 0%;
    }
}


/* footer */

.footer_con {
    color: #3e3a39;
    padding: 0 9%;
    position: relative;
}

.footer_con::before {
    content: '';
    background: url("../5033/circle.png");
    display: block;
    position: absolute;
    width: 200px;
    height: 100px;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.footer_con::after {
    content: '';
    background: #b3adad;
    width: 2px;
    height: 403px;
    position: absolute;
    left: 50%;
    top: 10%;
}

.footer_con p {
    color: #3e3a39;
    font-family: "微軟正黑體";
    letter-spacing: 0.2pt;
}

.footer_con a {
    color: #3e3a39;
    font-family: "微軟正黑體";
    letter-spacing: 0.2pt;
}

.footer_con h4 {
    color: #000;
    font-weight: bolder;
    font-family: "微軟正黑體";
    letter-spacing: 0.2pt;
    font-size: 16pt;
    margin: 9% 0;
}

.footer_con h5 {
    color: #000;
    font-weight: bolder;
    font-size: 12pt;
    font-family: "微軟正黑體";
    letter-spacing: 0.2pt;
}

.footer_con iframe {
    height: 400px;
    margin-top: 9%;
    margin-left: 15%;
    width: 470px;
}

.footer_blow {
    text-align: center;
}

.footer_blow p {
    font-family: "微軟正黑體";
    color: #3e3a39;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 0px;
}

.footer {
    background: #efefef;
    border-bottom: 10px solid #e60012;
}

#fixebtn {
    position: fixed;
    z-index: 11111111;
    right: 10px;
    top: 50%;
    text-align: center;
}

#fixebtn div a {
    display: block;
    text-decoration: none;
    color: #fff;
    top: 30%;
    left: 22%;
    position: absolute;
}

.fa-caret-up:before {
    content: "\f0d8";
    font-size: 30pt;
    color: #e60012;
}

#gotop {
    background: #e60012;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    position: relative;
}

.navbar-brand img {
    width: 100%;
}

@media (min-width: 768px) {
    .menu_rd {
        padding: 0px;
    }
    .submenu:hover .menu_rd {
        display: block;
        padding: 0px;
    }
    .menu_rd {
        left: 50% !important;
        text-align: center;
    }
    .menu_rd li:hover {
        background: #e600131f;
    }
    .menu_rd li {
        height: 40px;
        display: block;
    }
    .menu_rd li a {
        text-decoration: none;
        padding: 10px;
        display: block;
    }
    .dropdown-menu {
        left: 50% !important;
        transform: translate(-50%);
        text-align: center;
        border-bottom: 5px solid #e60012;
    }
    .nav.navbar-nav>li:nth-child(1)::after {
        content: '';
        background: #e60012;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 0px;
        top: 0px;
        left: 0px;
        height: 37px;
    }
    .nav.navbar-nav>li::after {
        content: '';
        background: #e60012;
        position: absolute;
        transition: all .3s ease-in-out;
        width: 0px;
        top: 0px;
        left: 0px;
        height: 37px;
    }
    .nav.navbar-nav>li:hover>a {
        color: #fff;
    }
    .nav.navbar-nav>li:hover::after {
        content: '';
        background: #e60012;
        position: absolute;
        width: 100%;
        height: 37px;
        z-index: -1;
    }
    .navbar-default .navbar-brand {
        position: absolute;
        color: #777;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px;
    }
    .nav.navbar-nav>li:hover>.dropdown-menu {
        display: block;
    }
    .nav.navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu {
        display: block;
    }
    ul.navbar-nav {
        display: flex;
        justify-content: center;
        margin-top: 85px;
    }
    .nav.navbar-nav>li::before {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 15px;
        left: 0px;
        top: 10px;
        background: #000;
    }
    .ad_mob {
        display: none;
    }
    .banner {
        display: block;
    }
}

@media (max-width: 768px) {
    .footer_con span {
        display: block;
    }
    .ad_mob {
        display: block;
    }
    .banner {
        display: none;
    }
    .banner img {
        margin-top: 1%;
    }
    .menu_rd li {
        list-style: none;
    }
    .menu_rd li a {
        text-decoration: none;
        color: #777 !important;
    }
    .menu_top ul {
        display: flex;
        position: relative;
        left: auto;
        top: 10px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
        background: #fff;
        border-top: 10px solid #e60012;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: #e60012;
        border: 2px solid #fff;
    }
    .navbar-toggle {
        width: 40px;
        height: 38px;
        line-height: 1em;
        border: 2px solid #fff;
        overflow: hidden;
        border-radius: 8px;
        background: #e60012;
    }
    .navbar-toggle span:after,
    .navbar-toggle span:before {
        height: 3px;
        background: #fff;
        -webkit-transition: all .03s ease-in;
        transition: all .03s ease-in;
    }
    .navbar-default .navbar-brand img {
        width: 70%;
        margin-top: 0%;
    }
    .navbar-default .navbar-brand {
        color: #777;
        left: 0;
        width: 100%;
        margin-top: 5px;
    }
    .content_1 .row,
    .content_2 .row,
    .content_3 .row {
        display: initial;
    }
    .about {
        text-align: left;
    }
    .about p {
        color: #7d7674;
        font-weight: bold;
        line-height: 24pt;
        font-size: 15px;
        font-family: "微軟正黑體";
    }
    .intor .row {
        display: initial;
        align-items: center;
        padding: 1%;
    }
    .intor_title h4 {
        margin-top: 2%;
        margin-bottom: 5%;
        font-weight: bold;
        font-size: 18pt;
        color: #3e3a39;
        letter-spacing: 0.2rem;
        font-family: "微軟正黑體";
    }
    .about_title span {
        font-weight: bold;
        font-size: 16pt;
        color: #c00000;
        letter-spacing: 2.2pt;
        font-family: "微軟正黑體";
    }
    .about_title h4 {
        margin: 0;
        font-weight: bold;
        font-size: 24pt;
        color: #3e3a39;
        letter-spacing: 0.2rem;
        font-family: "微軟正黑體";
        margin-bottom: 2%;
    }
    .wrap>.minner {
        padding: 0px;
    }
    .footer_con::before {
        content: '';
        background: url(../5033/circle.png);
        display: block;
        position: absolute;
        width: 200px;
        height: 100px;
        top: -9%;
    }
    .footer_con::after {
        display: none;
    }
    .footer_con iframe {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }
    .footer_blow p {
        font-family: "微軟正黑體";
        color: #3e3a39;
        font-size: 9pt;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}